Welcome![Sign In][Sign Up]
Location:
Search - RSA c source code

Search list

[Compress-Decompress algrithmsadaptive-huffman

Description: 自适应的哈夫曼编码程序,包括屏幕输出和文件保存。-Adaptive Huffman Coding procedures, including the screen output and save the file.
Platform: | Size: 5120 | Author: 陈文杰 | Hits:

[Crack HackRSAVC2

Description: 是很不错的RSA代码!不是本人的!为了大家学习!进步!此控件是为了让 DataGridView 支持多维表头,而设计的. 通过导入一个树图(TreeView)的概念,每一个节点对应到一个表头单元格. 在多维标题中的每一个最底层的标题相当于 TreeView 中最低深度的节点. C++写的椭圆曲线加密算法库源码 -RSA is a very good code! Not own! For them to learn from! Progress! This DataGridView control is to enable support for multi-dimensional tables first, and the design. Through into a tree (TreeView) concept, each node corresponds to the a table header cell. in multi-dimensional in the title of every equivalent to the bottom of the title of the lowest depth of the TreeView nodes. C++ to write the elliptic curve encryption algorithm library source
Platform: | Size: 3072 | Author: 易天行 | Hits:

[Crack Hackrsasoft

Description: 利用vc++实现RSA加密解密算法源代码 [VC_RSA.rar] - 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。-Vc++ to achieve the use of RSA encryption and decryption algorithm source code [VC_RSA.rar]- a, RSA express the basic principles of M and the ciphertext packet division C, encryption and decryption process is as follows: C = POW (M, e) mod n M = POW (C, d) mod n = POW (POW (M, e), d) mod n = POW (M, e* d) which is a POW exponential function, mod is to strive for balance function.
Platform: | Size: 17408 | Author: 易天行 | Hits:

[Crack HackDSA

Description: RSA数字签名算法的C语言开源代码需要的下-RSA digital signature algorithm C language source code
Platform: | Size: 1024 | Author: biconghui | Hits:

[CA authPresqueRSA_TP3

Description: this source code is a visual C++ application wich encryptes a sequence of characters,using RSA encrypting algorithme.it uses Microsoft .NET framework
Platform: | Size: 1405952 | Author: yasmine | Hits:

[Crack HackEncryption

Description: C#写的算法模拟,含有DES,RSA,密码模式等(CBC/ECB)等,但还有一部分没有完成。DES源代码自己用C++写的,已经编译成DLL文件,在此用C#自己调用的其中的函数。-C# to write the algorithm simulation, with DES, RSA, password mode (CBC/ECB) and so on, but some are not completed. DES own source code written in C++, have been compiled into a DLL file, in this in C# which calls a function of their own.
Platform: | Size: 119808 | Author: 蒋先鹏 | Hits:

[Crack Hackdfsd

Description: C语言,大素数域上的椭圆曲线加密解密算法 [ibe_dec.rar] - 椭圆曲线加密算法,解密一步的源代码,有详细注释 [DES.rar] - 各种加密算法的源代码,包括DES,RSA,DAS,RC4,RC5等 [mulf2m.rar] - 椭圆曲线加密算法中的乘法器的生成,主要功能是实现在素域上的多项式模P(大素数)乘的运算。 [AesCode.rar] - AES c++实现 有图形界面对话框 简单易用 [2745ecc.rar] - 椭圆曲线加密算法 [JXARM9-2410-1.rar] - 创维特arm9开发板使用详解,包含arm9交叉编译环境的搭建,bootloader的烧写,内核的下载,绝对的一本好资料! [ECDSA.rar] - 椭圆曲线数字签名算法的VC实现,包括大整数类的实现和ecc算法的实现。 [ApplicationofCryptography.rar] - 一本关于密码学应用的学习参考书,内有对称密钥加密、数字签名、认证、公钥加密、哈希算法等内容,内容全面。 [ecc加密算法入门介绍 .rar] - ecc加密算法入门介绍 文件列表(日期:2007050206)(点击判断是否您需要的文件,如果- C language, elliptic curve encryption and decryption algorithm [ ibe_dec.rar]- elliptic curve encryption algorithm, encryption step in the source code, there are detailed notes [ DES.rar]- encryption algorithm source code, including DES, RSA, DAS, RC4, RC5 etc. [ mulf2m.rar]- elliptic curve encryption algorithm to generate the multiplier, the main function is to achieve the prime field of polynomial modulo P ( large prime numbers) by the operator. [AesCode.rar]- AES c++ to achieve a simple and easy to use graphical interface dialog box [ 2745ecc.rar]- elliptic curve encryption algorithm [ JXARM9-2410-1.rar]- special Skyworth ARM9 development board detailed, including the ARM9 cross compiler environment to build, bootloader programmer, kernel download, is a good information! [ ECDSA.rar]- elliptic curve digital signature algorithm VC implementation, including the realization of an integer type and ECC algorithm. [ ApplicationofCryptography.rar]- on the applicat
Platform: | Size: 4096 | Author: clint | Hits:

[Crack Hackmbedtls-2.3.0-apache

Description: polarssl源码,全系列加解密函数,包括x509代码,包括rsa算法。全部是.c源码。windows下 vc可以直接编译,linux下gcc可直接编译。如果下载的人多,下次放出我的rsa使用范例、rsa使用范例。-polarssl source, a full range of encryption and decryption functions, including the x509 code, including rsa algorithm. All .c source. Under windows vc can be directly compiled, linux compile under gcc directly.
Platform: | Size: 1650688 | Author: dcg | Hits:

[Windows Developmbedtls-development

Description: mbed TLS(以前称为PolarSSL)是TLS和SSL协议的实现,并且需要相应的加密算法和支持代码。这是双重许可与Apache许可证 2.0版(与GPLv2许可也可)。网站上指出,mbed TLS的目标是“易于理解,使用,集成和扩展” 核心SSL 库用C编程语言编写,并实现SSL模块,基本加密功能并提供各种实用功能。与OpenSSL和TLS的其他实现不同,mbed TLS设计为适合小型嵌入式设备,最小完整的TLS堆栈需要60KB的程序空间和64KB的RAM。它也是高度模块化的:每个组件,如加密函数,可以独立于框架的其余部分使用。版本也可用于Microsoft Windows和Linux。因为mbed TLS是用C编程语言编写的,没有外部依赖。 只要你用的到AES,RSA等加密算法,你都可以直接拿过来源码放进你的工程中,进行编译管理,不用带着DLL,或者必须安装一些不必要的库,并且算法是标准库,所以你懂得。(As long as you use the AES, RSA encryption algorithm, you can directly take over the source code into your project, compile management, not with DLL, or must install some unnecessary libraries, and the algorithm is the standard library)
Platform: | Size: 2369536 | Author: zxl007 | Hits:
« 1 2 3 4 5»

CodeBus www.codebus.net